
.p_page {
    display: block;
    text-align: center;
}
.page .p_page a,
.go-btn input[type='submit']{
    display: inline-block ;
    color: #939393 ;
    padding: 3px 12px ;
    text-align: center ;
    border: 1px solid #ececec ;
    font-size: 16px ;
    vertical-align: top;
    background: white ;
    margin: 0rem 0.5rem;
    line-height: 26px;
}
.page .p_page a:hover {
    border-color: #ececec !important;
    color: #939393 !important;
}
.a_cur {
    background: #432777 !important;
    color: #fff !important;
}

.go-btn {
    display: inline-block;
}
.go-btn input[type='text']{
    width: 55px;
    height: 32px;
    border: 1px solid #ececec;
    margin: 0px 5px;
}

.go-btn input[type='submit'] {
    width: 60px;
    height: 34px;
    background: #e5e5e5;
    color: #8f8f8f;
}

/*.news_list ul li .text_box p {*/
/*    height: 3.5rem;*/
/*}*/

.qyxcp .swiper-slide {
    /* width:100% !important; */
}

.child_list ul li.active {
    font-weight: 700;
    
}
.qyxcp .swiper-container {
    width: 100% !important;
    height:100% !important;
}

.text_im {
    position: relative;
}

.slide-ti {
    position: absolute;
    padding: 10px 20px;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 28px;
    font-family: fangsong;
}

@media (max-width:768px) {
    .slide-ti {
        font-size: 4vw;
    }
}




